home *** CD-ROM | disk | FTP | other *** search
/ Hyper Stacks 1994 May / Hyper Stacks (Pacific HiTech)(1994)[Mac].iso / Reference / VERSACAD⁄MACINTOSH / card_7101.txt < prev    next >
Encoding:
Text File  |  1988-01-11  |  7.3 KB  |  339 lines

  1. -- card: 7101 from stack: in
  2. -- bmap block id: 47012
  3. -- flags: 0000
  4. -- background id: 2739
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=445 top=295 right=320 bottom=486
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 2162 / 2162
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   visual effect dissolve
  23.   go to card id 2938
  24. end mouseUp
  25.  
  26.  
  27.  
  28. -- part 3 (field)
  29. -- low flags: 01
  30. -- high flags: 0001
  31. -- rect: left=160 top=53 right=80 bottom=306
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 0 / 0
  34. -- text alignment: 1
  35. -- font id: 2
  36. -- text size: 18
  37. -- style flags: 0
  38. -- line height: 24
  39. -- part name: 
  40.  
  41.  
  42. -- part 4 (button)
  43. -- low flags: 00
  44. -- high flags: 2006
  45. -- rect: left=85 top=113 right=129 bottom=188
  46. -- title width / last selected line: 0
  47. -- icon id / first selected line: 0 / 0
  48. -- text alignment: 1
  49. -- font id: 0
  50. -- text size: 12
  51. -- style flags: 0
  52. -- line height: 16
  53. -- part name: threepoints
  54. ----- HyperTalk script -----
  55. on mouseWithin
  56.   show card field ThreePoints
  57.   set hilite of button threepoints to true
  58.   set hilite of button center to false
  59.   set hilite of button radius to false
  60. end mouseWithin
  61.  
  62. on mouseLeave
  63.   hide card field ThreePoints
  64. end mouseLeave
  65.  
  66.  
  67. -- part 5 (button)
  68. -- low flags: 00
  69. -- high flags: 6006
  70. -- rect: left=85 top=137 right=153 bottom=277
  71. -- title width / last selected line: 0
  72. -- icon id / first selected line: 0 / 0
  73. -- text alignment: 1
  74. -- font id: 0
  75. -- text size: 12
  76. -- style flags: 0
  77. -- line height: 16
  78. -- part name: center
  79. ----- HyperTalk script -----
  80. on mouseWithin
  81.   show card field Center
  82.   set hilite of button threepoints to false
  83.   set hilite of button center to true
  84.   set hilite of button radius to false
  85. end mouseWithin
  86.  
  87. on mouseLeave
  88.   hide card field Center
  89. end mouseLeave
  90.  
  91.  
  92. -- part 6 (button)
  93. -- low flags: 00
  94. -- high flags: 2006
  95. -- rect: left=85 top=158 right=180 bottom=221
  96. -- title width / last selected line: 0
  97. -- icon id / first selected line: 0 / 0
  98. -- text alignment: 1
  99. -- font id: 0
  100. -- text size: 12
  101. -- style flags: 0
  102. -- line height: 16
  103. -- part name: radius
  104. ----- HyperTalk script -----
  105. on mouseWithin
  106.   show card field radius
  107.   set hilite of button threepoints to false
  108.   set hilite of button center to false
  109.   set hilite of button radius to true
  110. end mouseWithin
  111.  
  112. on mouseLeave
  113.   hide card field radius
  114. end mouseLeave
  115.  
  116.  
  117. -- part 7 (button)
  118. -- low flags: 00
  119. -- high flags: 2006
  120. -- rect: left=293 top=137 right=153 bottom=432
  121. -- title width / last selected line: 0
  122. -- icon id / first selected line: 0 / 0
  123. -- text alignment: 1
  124. -- font id: 0
  125. -- text size: 12
  126. -- style flags: 0
  127. -- line height: 16
  128. -- part name: counterclock
  129. ----- HyperTalk script -----
  130. on mouseWithin
  131.   show card field counterclock
  132.   set hilite of button clockwise to false
  133.   set hilite of button counterclock to true
  134. end mouseWithin
  135.  
  136. on mouseLeave
  137.   hide card field counterclock
  138. end mouseLeave
  139.  
  140.  
  141. -- part 8 (button)
  142. -- low flags: 00
  143. -- high flags: 6006
  144. -- rect: left=293 top=113 right=129 bottom=387
  145. -- title width / last selected line: 0
  146. -- icon id / first selected line: 0 / 0
  147. -- text alignment: 1
  148. -- font id: 0
  149. -- text size: 12
  150. -- style flags: 0
  151. -- line height: 16
  152. -- part name: clockwise
  153. ----- HyperTalk script -----
  154. on mouseWithin
  155.   show card field clockwise
  156.   set hilite of button clockwise to true
  157.   set hilite of button counterclock to false
  158. end mouseWithin
  159.  
  160. on mouseLeave
  161.   hide card field clockwise
  162. end mouseLeave
  163.  
  164.  
  165. -- part 9 (button)
  166. -- low flags: 00
  167. -- high flags: 2000
  168. -- rect: left=94 top=201 right=217 bottom=150
  169. -- title width / last selected line: 0
  170. -- icon id / first selected line: 0 / 0
  171. -- text alignment: 1
  172. -- font id: 0
  173. -- text size: 12
  174. -- style flags: 0
  175. -- line height: 16
  176. -- part name: 
  177. ----- HyperTalk script -----
  178. on mouseWithin
  179.   show card field ok
  180. end mouseWithin
  181.  
  182. on mouseLeave
  183.   hide card field ok
  184. end mouseLeave
  185.  
  186.  
  187. -- part 10 (button)
  188. -- low flags: 00
  189. -- high flags: 2000
  190. -- rect: left=174 top=201 right=217 bottom=230
  191. -- title width / last selected line: 0
  192. -- icon id / first selected line: 0 / 0
  193. -- text alignment: 1
  194. -- font id: 0
  195. -- text size: 12
  196. -- style flags: 0
  197. -- line height: 16
  198. -- part name: 
  199. ----- HyperTalk script -----
  200. on mouseWithin
  201.   show card field cancel
  202. end mouseWithin
  203.  
  204. on mouseLeave
  205.   hide card field cancel
  206. end mouseLeave
  207.  
  208.  
  209. -- part 11 (field)
  210. -- low flags: 81
  211. -- high flags: 2004
  212. -- rect: left=127 top=130 right=243 bottom=337
  213. -- title width / last selected line: 0
  214. -- icon id / first selected line: 0 / 0
  215. -- text alignment: 0
  216. -- font id: 2
  217. -- text size: 12
  218. -- style flags: 0
  219. -- line height: 16
  220. -- part name: threepoints
  221.  
  222.  
  223. -- part 12 (field)
  224. -- low flags: 81
  225. -- high flags: 2004
  226. -- rect: left=127 top=157 right=270 bottom=337
  227. -- title width / last selected line: 0
  228. -- icon id / first selected line: 0 / 0
  229. -- text alignment: 0
  230. -- font id: 2
  231. -- text size: 12
  232. -- style flags: 0
  233. -- line height: 16
  234. -- part name: center
  235.  
  236.  
  237. -- part 13 (field)
  238. -- low flags: 81
  239. -- high flags: 2004
  240. -- rect: left=127 top=185 right=298 bottom=337
  241. -- title width / last selected line: 0
  242. -- icon id / first selected line: 0 / 0
  243. -- text alignment: 0
  244. -- font id: 2
  245. -- text size: 12
  246. -- style flags: 0
  247. -- line height: 16
  248. -- part name: radius
  249.  
  250.  
  251. -- part 14 (field)
  252. -- low flags: 81
  253. -- high flags: 2004
  254. -- rect: left=273 top=130 right=243 bottom=483
  255. -- title width / last selected line: 0
  256. -- icon id / first selected line: 0 / 0
  257. -- text alignment: 0
  258. -- font id: 2
  259. -- text size: 12
  260. -- style flags: 0
  261. -- line height: 16
  262. -- part name: clockwise
  263.  
  264.  
  265. -- part 15 (field)
  266. -- low flags: 81
  267. -- high flags: 2004
  268. -- rect: left=273 top=157 right=270 bottom=483
  269. -- title width / last selected line: 0
  270. -- icon id / first selected line: 0 / 0
  271. -- text alignment: 0
  272. -- font id: 2
  273. -- text size: 12
  274. -- style flags: 0
  275. -- line height: 16
  276. -- part name: counterclock
  277.  
  278.  
  279. -- part 16 (field)
  280. -- low flags: 81
  281. -- high flags: 2004
  282. -- rect: left=78 top=228 right=323 bottom=234
  283. -- title width / last selected line: 0
  284. -- icon id / first selected line: 0 / 0
  285. -- text alignment: 0
  286. -- font id: 2
  287. -- text size: 12
  288. -- style flags: 0
  289. -- line height: 16
  290. -- part name: ok
  291.  
  292.  
  293. -- part 17 (field)
  294. -- low flags: 81
  295. -- high flags: 2004
  296. -- rect: left=186 top=228 right=323 bottom=342
  297. -- title width / last selected line: 0
  298. -- icon id / first selected line: 0 / 0
  299. -- text alignment: 0
  300. -- font id: 2
  301. -- text size: 12
  302. -- style flags: 0
  303. -- line height: 16
  304. -- part name: cancel
  305.  
  306.  
  307. -- part contents for card part 3
  308. ----- text -----
  309. Add Arc
  310.  
  311. -- part contents for card part 13
  312. ----- text -----
  313. This option is used with the Three Points method, allowing you to specify the radius of the arc.
  314.  
  315.  
  316. -- part contents for card part 17
  317. ----- text -----
  318. The cancel button aborts the changes you have made inside the dialog box.
  319.  
  320. -- part contents for card part 16
  321. ----- text -----
  322. The OK button accepts your changes and closes the dialog.
  323.  
  324.  
  325. -- part contents for card part 12
  326. ----- text -----
  327. This option is used to define an arc by its center and two endpoints.
  328.  
  329. -- part contents for card part 11
  330. ----- text -----
  331. This option is used to define an arc by two endpoints and any third point along the arc.
  332.  
  333. -- part contents for card part 14
  334. ----- text -----
  335. This option is used to tell VersaCAD that you want the arc drawn between its two endpoints in a clockwise direction.
  336.  
  337. -- part contents for card part 15
  338. ----- text -----
  339. This option is used to tell VersaCAD that you want the arc drawn between its two endpoints in a counter-clockwise direction.